home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 1 / Glamour Girls I.iso / mac / Paulina RGB MM / 00037_Script_37 < prev    next >
Text File  |  1994-06-19  |  197b  |  12 lines

  1. on exitFrame
  2.   global soundVolume
  3.   set the volume of sound 1 = soundVolume
  4.   if rollOver (3) then
  5.     go to 2
  6.   else if rollOver (4) then 
  7.     go to 3
  8.   else
  9.     go to 1
  10.   end if
  11.   
  12. end